Skip to content

chore(deps): update dependency @playwright/test to ~1.53.0 #3158

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@playwright/test (source) ~1.51.0 -> ~1.53.0 age adoption passing confidence

Release Notes

microsoft/playwright (@​playwright/test)

v1.53.0

Compare Source

Trace Viewer and HTML Reporter Updates

  • New Steps in Trace Viewer and HTML reporter: New Trace Viewer Steps

  • New option in 'html' reporter to set the title of a specific test run:

    import { defineConfig } from '@​playwright/test';
    
    export default defineConfig({
      reporter: [['html', { title: 'Custom test run #​1028' }]]
    });

Miscellaneous

  • New option kind in testInfo.snapshotPath() controls which snapshot path template is used.

  • New method locator.describe() to describe a locator. Used for trace viewer and reports.

    const button = page.getByTestId('btn-sub').describe('Subscribe button');
    await button.click();
  • npx playwright install --list will now list all installed browsers, versions and locations.

Browser Versions

  • Chromium 138.0.7204.4
  • Mozilla Firefox 139.0
  • WebKit 18.5

This version was also tested against the following stable channels:

  • Google Chrome 137
  • Microsoft Edge 137

v1.52.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 22, 2025 22:44
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 22, 2025
Copy link

nx-cloud bot commented Apr 22, 2025

View your CI Pipeline Execution ↗ for commit a519710.

Command Status Duration Result
nx run-many --target=test-e2e ❌ Failed 2m 35s View ↗
nx run-many --target=test-int ✅ Succeeded 40m 43s View ↗
nx run-many --target=build --projects=eslint-pl... ✅ Succeeded <1s View ↗
nx run-many --target=publish --nx-bail --userco... ✅ Succeeded 33s View ↗
nx run-many --target=prepare-publish --exclude-... ✅ Succeeded 7s View ↗
nx run-many --target=build,build-swagger ✅ Succeeded 18m 40s View ↗
nx affected --target=lint --configuration ci ✅ Succeeded 15m 41s View ↗
nx affected --target=test --collectCoverage --c... ✅ Succeeded 9m 56s View ↗
Additional runs (3) ✅ Succeeded ... View ↗

☁️ Nx Cloud last updated this comment at 2025-06-16 10:54:46 UTC

Copy link

codecov bot commented Apr 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.65%. Comparing base (53acae3) to head (a519710).

✅ All tests successful. No failed tests found.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

sdo-1A
sdo-1A previously approved these changes Apr 23, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 3 times, most recently from 73ab954 to e751b43 Compare April 23, 2025 14:58
@fpaul-1A
Copy link
Contributor

This breaks the CI screenshots update due to https://github.com/microsoft/playwright/pull/35565/files

@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 3 times, most recently from be02ed4 to 3d22d47 Compare April 25, 2025 09:22
kpanot
kpanot previously approved these changes Apr 28, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 11 times, most recently from f9b8d10 to 3762fc8 Compare April 29, 2025 14:01
@renovate renovate bot dismissed stale reviews from kpanot and sdo-1A via 327f2f9 April 30, 2025 06:17
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 3762fc8 to 327f2f9 Compare April 30, 2025 06:17
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 5 times, most recently from d38e206 to de169e9 Compare May 28, 2025 08:02
cpaulve-1A
cpaulve-1A previously approved these changes May 28, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 2 times, most recently from 52766a1 to 9f2eb39 Compare June 5, 2025 00:59
kpanot
kpanot previously approved these changes Jun 5, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 11 times, most recently from af6d004 to e416bf3 Compare June 11, 2025 10:04
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 2 times, most recently from 3aaa2f0 to b4dcf96 Compare June 12, 2025 12:13
@renovate renovate bot dismissed stale reviews from kpanot and cpaulve-1A via acf1fd0 June 15, 2025 21:54
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from b4dcf96 to acf1fd0 Compare June 15, 2025 21:54
@renovate renovate bot changed the title chore(deps): update dependency @playwright/test to ~1.52.0 chore(deps): update dependency @playwright/test to ~1.53.0 Jun 15, 2025
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch 2 times, most recently from 8765874 to 7628a77 Compare June 16, 2025 09:18
@renovate renovate bot force-pushed the renovate/playwright-monorepo branch from 7628a77 to a519710 Compare June 16, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants